home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_523 / screenjaeger / source / screen.h < prev   
C/C++ Source or Header  |  1992-05-06  |  143b  |  14 lines

  1.  
  2. struct NewScreen NewScreenStructure = {
  3.     0,0,
  4.     320,200,
  5.     1,
  6.     0,1,
  7.     NULL,
  8.     CUSTOMSCREEN+CUSTOMBITMAP+SCREENQUIET,
  9.     NULL,
  10.     NULL,
  11.     NULL,
  12.     &bm
  13. };
  14.